* {
	margin : 0px;
	padding : 0px;
}

html 
{
    overflow-y: scroll;
}

body
{
	text-align : center;
	color : black;
}

#receptionist 
{ 
	display : block; 
	margin : 0 10px 10px 0;
	float : left;
}

#general_paragraph
{
	margin-top : 10px;
}

#general_paragraph_sub
{
        height : 50px;
	font : normal 25px Calibri;
}

#top_wrapper, #bottom_wrapper
{
	width : 800px;
	/*border : 1px solid red;*/
	margin: 20px auto;
	text-align : left;
}

#top_header 
{
    width : 100%;
    height : 100px;
    /*border : 1px solid #0f0f0f;*/
    display : table;
}

#company_logo
{
	width : 265px;
	height : auto;
	display : block;
    margin-left : auto;
    margin-right : auto
}

#top_nav li
{
	display : inline;
	list-style : none;
	padding : 5px;
	margin : 10px 10px 10px 10px;
	font : bold 18px Calibri;
	width: 100px;
}

#top_nav
{
	text-align : center;
}

#top_nav a
{
	color : #c3c3c3;
	text-decoration : none;
}

#top_nav a:hover
{
	color : #7f7f7f;
}

#top_nav_line
{
	margin-top : 30px;
	margin-bottom : 10px;
	border-top : 1px solid #7f7f7f;
}

#bottom_nav_line
{
	margin-top : 10px;
	border-top : 1px solid #7f7f7f;
}

#page_title
{
	color : #c3c3c3;
	font : bold 60px Calibri;
}

#page_content
{
	font : normal 19px Calibri;
}

#question, #answer
{
	clear : both;
}

#question
{
	height : 25px;
}

.leftside, .rightside
{
	float : left;
}

.leftside
{
	width : 20px;
}

.rightside
{
	width : 650px;
}

#title
{
	font : bold 25px Calibri;
	color : #7f7f7f;
	margin-top : 15px;
}